home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultra Mac Games 1 & 2
/
UltraMacGames1.iso
/
Educational
/
Group 1 Analysis
/
background_5931.txt
< prev
next >
Wrap
Text File
|
1991-08-08
|
2KB
|
99 lines
-- background: 5931 from stack: in
-- bmap block id: 8641
-- flags: 0000
-- background id: 0
-- name:
-- part 8 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=0 top=113 right=169 bottom=382
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 21
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: info
----- HyperTalk script -----
on mouseup
global time1
global route
global score
global key
if key = 1 then
hide card button "coverB"-- this button covers the bottles & stops clicks
hide card button "coverD"
put empty into bkgnd field "info"
put "Click on the 1st Reagent" into line 1 of bkgnd field "info"
put "To be Added to Your Unknown" into line 2 of bkgnd field "info"
put 1 into route
put 0 into score
put 2 into key -- to turn off this field
put the seconds into time1
else
exit mouseup
end if
end mouseup
-- part 2 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=21 top=195 right=318 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: cover1
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=343 top=8 right=51 bottom=390
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: home
----- HyperTalk script -----
on mouseUp
answer "Quit" with "yes" or "cancel"
if it = "yes" then go home
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=450 top=293 right=340 bottom=508
-- title width / last selected line: 0
-- icon id / first selected line: 4432 / 4432
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Main Menu
----- HyperTalk script -----
on mouseUp
answer "Go to Menu?" with "yes" or "cancel"
if it = "yes" then go to card "menu"
end mouseUp